Skip to content

Switch to un-prefixed radial-gradient syntax#92

Open
mattbrictson wants to merge 1 commit into
masterfrom
fix-outdated-gradient-syntax
Open

Switch to un-prefixed radial-gradient syntax#92
mattbrictson wants to merge 1 commit into
masterfrom
fix-outdated-gradient-syntax

Conversation

@mattbrictson
Copy link
Copy Markdown
Collaborator

radial-gradient is now supported by all current browsers:

https://caniuse.com/#search=radial-gradient

Also, the cover keyword has been deprecated in favor of farthest-corner. This fixes the following autoprefixer warning:

autoprefixer: xray-rails-0.3.1/app/assets/stylesheets/xray.css:42:3:
Gradient has outdated direction syntax. Replace `cover` to `farthest-corner`.

`radial-gradient` is now supported by all current browsers:

https://caniuse.com/#search=radial-gradient

Also, the `cover` keyword has been deprecated in favor of
`farthest-corner`. This fixes the following autoprefixer warning:

autoprefixer: xray-rails-0.3.1/app/assets/stylesheets/xray.css:42:3:
Gradient has outdated direction syntax. Replace `cover` to `farthest-corner`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant